Loading
Scriptbox
 VBScript Links 
 About VBscript 
 JavaScript Links 
 About JavaScript 
 Powershell Links 
 PSCRIPT the Script Launcher 
 PowerShell Shortcut Keys 
 About Powershell 
     VBScript
    JavaScript
    Powershell
Disclaimer
Contact
Latest 10 Scripts
Script search
  :: { Category } :: 0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ
         

Search Options:  Verify  That  a  Radio  Button  Has  Been  Selected  

 Content of Verify That a Radio Button Has Been Selected.vbs
MD5 Hash: B939DCC90728BDEAD04F61F29AAC8604
' Description: Sample HTML function that indicates whether or not a radio button has been selected.


Sub RunScript
If UserOption(0).Checked Then
Msgbox "Option 1 was selected."
End If
If UserOption(1).Checked Then
Msgbox "Option 2 was selected."
End If
If UserOption(2).Checked Then
Msgbox "Option 3 was selected."
End If
End Sub

   © 2008 - 2013 Boris Toll      :: Scripts available: 6.481 ::      :: scriptbox.toll.at ::      :: powered by www.toll.at ::
  Google Entries:n/a
  Yahoo Backlinks:n/a
  Live Backlinks:n/a
  del.icio.us Bookmarks:n/a
  Technorati Links:n/a